cURL
curl --request POST \ --url https://rag-prod.studio.lyzr.ai/v3/parse/csv/ \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form file='@example-file' \ --form source_column=text_data_column \ --form 'extra_info={}'
"<string>"
Upload and process a CSV file, using a specified column’s data for parsing.
The CSV file to upload.
The name of the column in the CSV file that contains the text data to be parsed.
"text_data_column"
Optional JSON string of extra metadata to associate with the parsed documents.
"{}"
CSV file successfully processed.
Placeholder for a list of processed documents (exact schema is not defined but response indicates success).